Skip to content

For entried in visualize options without _count, append it#360

Draft
FlyingFish800 wants to merge 1 commit intomainfrom
eliminate_value
Draft

For entried in visualize options without _count, append it#360
FlyingFish800 wants to merge 1 commit intomainfrom
eliminate_value

Conversation

@FlyingFish800
Copy link
Copy Markdown
Collaborator

For any entry in the stat visualization section of the json file, check if the counter name is missing '_count'. If it is, append it.

Closes #354

@FlyingFish800 FlyingFish800 self-assigned this Mar 28, 2026
@FlyingFish800 FlyingFish800 requested a review from hlitz March 28, 2026 07:18
@hlitz hlitz requested a review from yql5510718 March 30, 2026 16:13
@hlitz
Copy link
Copy Markdown
Collaborator

hlitz commented Mar 30, 2026

@yql5510718 could you try out this patch, review and accept if ok?

@yql5510718
Copy link
Copy Markdown
Collaborator

does this handles the _count already?

@hlitz
Copy link
Copy Markdown
Collaborator

hlitz commented Mar 30, 2026 via email

@yql5510718
Copy link
Copy Markdown
Collaborator

This was introduced PR #246 , and it works on my side.

@5surim
Copy link
Copy Markdown
Collaborator

5surim commented Mar 30, 2026

I think I already removed _count in the JSON, and it should always automatically append it when we find the stats from collected_stats.csv? (#246)

@hlitz
Copy link
Copy Markdown
Collaborator

hlitz commented Mar 30, 2026

#354 mentions _value not _count.

without appending "_value", I am getting:

Skipping ['SIM_HOST_WALL_SECONDS']: not present in collected stats (SIM_HOST_WALL_SECONDS).

@FlyingFish800
Copy link
Copy Markdown
Collaborator Author

@hlitz When I try to vizualize SIM_HOST_WALL_SECONDS_value, I get Skipping ['SIM_HOST_WALL_SECONDS_value']: not present in collected stats (SIM_HOST_WALL_SECONDS_value).. What is the scarab version you are using? I don't think the one I'm using produces that stat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

eliminate _value for visualize

4 participants